-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCS-758 Adds new commit scope rule degradation functionality for synchronous and group commit. #6044
Conversation
004687d
to
d9e248d
Compare
59bace1
to
f94c311
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels like it is missing a "Degrade options" entry under commit scopes which explains what the DEGRADE ON clause does and which commands support it.
Also the reordering should be applies to the commit scope rules section... whatever order that will be...
f3a615c
to
6a4788c
Compare
c3b551c
to
1755255
Compare
⚠Rebased! Pull latest before continuing work. |
Got it. Added Degrade options section and made reordering consistent throughout. |
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM.... lets get it merged and fix up in branch.
- '# Commit Scope kinds' | ||
- synchronous_commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why synchronous_commit is being pushed ahead of group commit. Group commit, synchronous commit, camo and then lag control (by use/feature maturity?)
Co-authored-by: Dj Walker-Morgan <[email protected]>
…chronous and group commit. (#6044) * First draft reference changes. * Small changes. * Small tweaks. * More small changes in group and synchrnounous commit. * Small fixes. * More small tweaks. * tried to fix link. * Changing paths to absolute. * Update product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/index.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Changed wording in Group commit. * Changed order of commit scopes in Commit scope rules to feature synchronous commit first. * changed overview to put synch commit before group commit. * Removed some white space. * Degrade options section. * Added Degrade on section in Commit scopes page. * Fixed some small things. * Small word change. * Move CAMO and adjust accordingly. * Small changes. * Moved degrading options to its own page. * Addressed one of DJ's comments. * Update product_docs/docs/pgd/5.6/commit-scopes/degrading.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/degrading.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/degrading.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/reference/commit-scopes.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/reference/commit-scopes.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Moved behavior section up. * Worked on wording given Petr's comments. * More word changes. * Add degrading bit to Overview. * Added wrap-language support, wrapped blocks, added degrading to index Signed-off-by: Dj Walker-Morgan <[email protected]> * Remove console.log hangover Signed-off-by: Dj Walker-Morgan <[email protected]> * Improve feedback Signed-off-by: Dj Walker-Morgan <[email protected]> * Shorten tooltip Signed-off-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/degrading.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/index.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Update product_docs/docs/pgd/5.6/commit-scopes/degrading.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> * Disable startWrap for now Signed-off-by: Dj Walker-Morgan <[email protected]> * Fix link. * Update product_docs/docs/pgd/5.6/commit-scopes/commit-scope-rules.mdx Co-authored-by: Dj Walker-Morgan <[email protected]> --------- Signed-off-by: Dj Walker-Morgan <[email protected]> Co-authored-by: Dj Walker-Morgan <[email protected]> Co-authored-by: Dj Walker-Morgan <[email protected]>
What Changed?
Adds new commit scope operation degradation functionality for synchronous commit and group commit. Affects both commit scope reference section and commit scopes feature section in PGD docs.
Tracked here in DOCS-758.